|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectagents.anac.y2011.TheNegotiator.Decider
public class Decider
The Decider class is used to decide each turn which action the agent should perform.
| Constructor Summary | |
|---|---|
Decider(Agent agent)
Creates a Decider-object which determines which offers should be made during the negotiation. |
|
| Method Summary | |
|---|---|
Action |
makeDecision()
Method which returns the action to be performed by the agent. |
void |
setPartnerMove(Action action)
Stores the bids of the partner in the history with the corresponding utility. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Decider(Agent agent)
agent - in negotiation| Method Detail |
|---|
public void setPartnerMove(Action action)
action - action made by partnerpublic Action makeDecision()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||